|
mruby 4.0.0
mruby is the lightweight implementation of the Ruby language
|

Public Attributes | ||
| MRB_OBJECT_HEADER | ||
| union { | ||
| struct { | ||
| mrb_ssize len | ||
| union { | ||
| mrb_ssize capa | ||
| mrb_shared_array * shared | ||
| } aux | ||
| mrb_value * ptr | ||
| } heap | ||
|
mrb_value ary [((mrb_int)(sizeof(void *) *3/sizeof(mrb_value)))] | ||
| } | as | |